home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / CAT_DISK / CDIR_KC.ZIP / HOW2CDIR.TXT < prev   
Encoding:
Text File  |  1989-03-29  |  31.1 KB  |  738 lines

  1.  
  2.  
  3.         ********************************************************************
  4.         *                              CDIR                                *
  5.         *                 The Commented Directory Program                  *
  6.         *            Copyright, 1988,1989, by C. Kenneth Curtis            *
  7.         *          Box 539 RD 2 Woodland Drive, Califon, NJ 07830          *
  8.         ********************************************************************
  9.  
  10.              CDIR is a powerful shell program for IBM PC or compatible
  11.         computers providing an easier, more friendly interface with MS/PC
  12.         DOS.  CDIR features allow you to view, print, change attributes,
  13.         copy, rename or delete files or examine the directory tree-like
  14.         structure.  Users can read and write comments about files and
  15.         sub-directories to recognize their contents.
  16.  
  17.         *******************************************************************
  18.         *                        PUBLIC NOTIFICATION                      *
  19.         *******************************************************************
  20.  
  21.              CDIR.EXE, CDIR_CLR.EXE and HOW2CDIR.TXT files MUST be
  22.         distributed as a set in their original unmodified form.  Compacting
  23.         for up/down-loading to/from bulletin board services is permissible
  24.         if the uncompacting process produces the files in their original
  25.         unmodified form.
  26.  
  27.              Please share CDIR with others and to use it where you work.  I
  28.         have made CDIR available as a public service without any charge for
  29.         its use.  In return I would appreciate your sending a postcard to me
  30.         at the above address with the following information:
  31.  
  32.              Write "CDIR" at the top of the card.
  33.  
  34.              Where you obtained CDIR - bulletin board, friend, work,
  35.                   software-distribution company, etc.
  36.  
  37.              City, State or Province, and Country where you live.
  38.  
  39.              Your name, address and comments are optional.
  40.  
  41.              Selling or modification of the CDIR.EXE, CDIR_CLR.EXE or
  42.         HOW2CDIR.TXT files is strictly prohibited without my expressed
  43.         written permission.
  44.  
  45.                                  C. Kenneth Curtis
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.                                          1
  55.  
  56.  
  57.         ********************************************************************
  58.         *                       TABLE OF CONTENTS                          *
  59.         ********************************************************************
  60.  
  61.                             Subject                                 Page
  62.           --------------------------------------------------        ----
  63.  
  64.           The Commented Directory Program..............................1
  65.  
  66.           Public Notification..........................................1
  67.  
  68.           Before Starting CDIR You Should Know.........................3
  69.  
  70.           How To Start CDIR............................................4
  71.  
  72.           Movement Keys................................................4
  73.  
  74.           Editing Keys.................................................5
  75.  
  76.           Writing Comments.............................................5
  77.  
  78.           Control Key Functions........................................6
  79.            [^A] ( Attribute )..........................................6
  80.            [^C] ( Copy )...............................................6
  81.            [^D] ( Delete ).............................................7
  82.            [^E] ( Path )...............................................7
  83.            [^L] ( Locate ).............................................7
  84.            [^N] ( New Directory )......................................8
  85.            [^O] ( Overview )...........................................9
  86.            [^P] ( Print )..............................................9
  87.            [^Q] ( Quit )..............................................10
  88.            [^R] ( Rename )............................................10
  89.            [^S] ( Sub-directory ).....................................11
  90.            [^T] ( Tag Toggle )........................................11
  91.            [^U] ( Untag ).............................................11
  92.            [^V] ( View )..............................................11
  93.            [^W] ( 2nd Directory ).....................................12
  94.            [^X] ( Exit )..............................................12
  95.            [^Y] ( Copy Comments ).....................................12
  96.  
  97.           How To Use CDIR_CLR.........................................13
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.                                          2
  109.  
  110.  
  111.         ********************************************************************
  112.         *            Before Starting CDIR You Should Know                  *
  113.         ********************************************************************
  114.  
  115.              CDIR has a maximum capacity of 256 files per directory.  The
  116.         program will work with directories containing more than 256;
  117.         however, the additional files can not be commented or manipulated
  118.         using CDIR.
  119.  
  120.              CDIR can open several files at the same time; therefore, it may
  121.         be necessary to have a FILES = 7 ( more are ok ) statement in a
  122.         CONFIG.SYS file.  See your DOS manual for information on creating or
  123.         changing this file.
  124.  
  125.              CDIR will be called frequently.  If you have a hard disk, keep
  126.         CDIR.EXE in a directory referenced by your PATH chain.  For example,
  127.         if you have a directory of utilities and a path similar to
  128.         C:\;C:\UTILITY;C:\DOSFILES, put the CDIR.EXE file in the C:\UTILITY
  129.         sub-directory.
  130.  
  131.              CDIR will maintain a file's comment when the file is renamed by
  132.         CDIR to be within the same directory, but be warned that comments
  133.         will be lost by renaming files with the DOS REN command or other
  134.         programs.  Moving a file to another directory with any program
  135.         including CDIR will lose the comment; however, CDIR does have a
  136.         means to transfer comments from one directory to another.
  137.  
  138.              The control keys are used for various functions.  They are
  139.         activated by holding down the [Ctrl] key and depressing one of the
  140.         other keys; this is shown in the text by a caret followed by a
  141.         letter or word.   Examples:  [^N] or [^Home]  .
  142.  
  143.              When typing a directory, a colon ( : ) must always be followed
  144.         by a backslash ( \ ).  Example:  A:\   .  Otherwise an error message
  145.         will appear on the screen.
  146.  
  147.              CDIR colors can be changed for those individuals with other
  148.         preferences, by executing the CDIR_CLR program explained at the end
  149.         of this document.
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.                                          3
  163.  
  164.  
  165.  
  166.         ********************************************************************
  167.         *                     How To Start CDIR                            *
  168.         ********************************************************************
  169.  
  170.              Start the program by typing "CDIR" followed by [Return].  The
  171.         default directory will be displayed first.  You can tell the program
  172.         to start and display any directory by typing "CDIR", space, the name
  173.         of a directory and then [Return].  In this case the drive letter,
  174.         colon, a backslash and path portions of the directory must be
  175.         specified.
  176.  
  177.              The following are examples of starting commands:
  178.  
  179.                   CDIR[Return]
  180.                   CDIR A:\[Return]
  181.                   CDIR c:\123files\checks[Return]
  182.  
  183.              A moment after starting, CDIR will display the files and
  184.         sub-directories, their size, creation dates and times and comments.
  185.         Sub-directories are denoted by the letter S in the left-hand column.
  186.  
  187.              Quit the program with [^Q] or [^X].  (See control keys below.)
  188.  
  189.  
  190.         ********************************************************************
  191.         *                         Movement Keys                            *
  192.         ********************************************************************
  193.  
  194.              The movement keys move the highlighted bar or scroll the screen
  195.         as follows:
  196.  
  197.              [Cur Up] and [Cur Dn] keys:
  198.                   Moves the highlighted bar up or down 1 row.
  199.              [Page Up] or [Page Dn] keys:
  200.                   Scrolls 8 files.
  201.              [^Page Up] or [^Page Dn] keys:
  202.                   Scrolls 32 files.
  203.              [Home] or [End] keys:
  204.                   Moves to top or bottom of screen.
  205.              [^Home] or [^End] keys:
  206.                   Moves to beginning or end of file.
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.                                          4
  217.  
  218.  
  219.  
  220.         ********************************************************************
  221.         *                          Editing Keys                            *
  222.         ********************************************************************
  223.  
  224.              The keystrokes listed below can be used to edit comments or
  225.         directory and file names rapidly.
  226.  
  227.              [Cur Left] and [Cur Right] keys:
  228.                   Moves the cursor position left or right.
  229.              [^Cur Left] and [^Cur Right] keys:
  230.                   Moves the cursor position 8 characters left or right.
  231.              [Home] key:
  232.                   Moves cursor to left side.
  233.              [End] key:
  234.                   Moves cursor to right side.
  235.              [Tab] key:
  236.                   Erases entire line.
  237.              [^End] key:
  238.                   Erases all characters above and to the right of the
  239.                   cursor.
  240.              [Delete] key:
  241.                   Deletes only the single character above the cursor.
  242.              [Backspace] key:
  243.                   Erases the character to the immediate left of the cursor.
  244.              [Ins] key:
  245.                   Toggles between the over-write and insert modes.  Editing
  246.                   begins in the insert mode whereby characters are inserted
  247.                   at the cursor location.  In the over-write mode, the shape
  248.                   of the cursor changes and a typed character simply
  249.                   replaces the character above the cursor.
  250.  
  251.         ********************************************************************
  252.         *                         Writing Comments                         *
  253.         ********************************************************************
  254.  
  255.              To write a comment, just use the movement keys to position the
  256.         highlighted bar over the desired file and begin typing.  Press
  257.         [Return] to enter the comment.  If you start to type, and then
  258.         change your mind, press [Esc], and the original comment will be
  259.         restored.
  260.  
  261.              To edit an existing comment, position the bar as above and then
  262.         press the [Space] key.  You may alter the comment using the editing
  263.         keys explained above.  Again if you change your mind, press [Esc].
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.                                          5
  271.  
  272.  
  273.  
  274.         ********************************************************************
  275.         *                     Control Key Functions                        *
  276.         ********************************************************************
  277.  
  278.              The control key functions are described in the paragraphs which
  279.         follow:
  280.  
  281.         [^A] ( Attribute ) key:
  282.  
  283.              Displays the file attribute on the third screen row.  The
  284.              attributes displayed are interpreted
  285.  
  286.                   "R/O" means it is a read-only file.  It can not be written
  287.                   or erased until its attribute is changed to remove the
  288.                   read-only restriction.
  289.  
  290.                   "Arc" means the file has been changed since it was last
  291.                   backed up (via the DOS backup command).
  292.  
  293.                   "Sub-directory" means the file is a sub-directory.
  294.  
  295.              The read-only attribute status, of non-sub-directory files, can
  296.              be toggled to the opposite state by pressing the [R] key when
  297.              asked; otherwise [Esc] allows you to continue.
  298.  
  299.         [^C] ( Copy ) key:
  300.  
  301.              Copies tagged or highlighted file(s).
  302.  
  303.              After pressing [^C] you are asked to press [T], [O] or [Esc].
  304.              If you press [T], all of the tagged files will be copied, but
  305.              if [O] is depressed, only the highlighted file will be copied.
  306.              [Esc] is used to abort the operation.
  307.  
  308.              Next, you will be asked to where the file(s) should be copied.
  309.              In general, use the same format for the destination as you
  310.              would if you were using the DOS Copy command.  You may give a
  311.              directory only, in which case the files will be copied with the
  312.              same name and extension to that directory.  You may specify
  313.              file name(s) or extension(s) for the new file(s), or the wild
  314.              card characters * and ? described by DOS may be used.  If a
  315.              directory is already shown on the third line, it may be edited
  316.              as described above.
  317.  
  318.              If files are to be copied to another disk, a typical response
  319.              might be  B:\  .  If you tag all the files with an extension of
  320.              .ABC  , and want them copied to the same directory, but with
  321.              the extension of .XYZ , then your response should be  *.XYZ  .
  322.  
  323.  
  324.                                          6
  325.  
  326.  
  327.  
  328.              If the [Esc] key is pressed while tagged files are being
  329.              copied, the process will be aborted as soon as CDIR is finished
  330.              with the file it was copying when the key was pushed.
  331.  
  332.         [^D] ( Delete ) key:
  333.  
  334.              Deletes tagged or highlighted file(s).
  335.  
  336.              After pressing [^D] you are asked to press [T], [O] or [Esc].
  337.              If you press [T] all of the tagged files will be deleted, but
  338.              if [O] is depressed, only the highlighted file will be erased.
  339.              [Esc] is used to abort the operation.
  340.  
  341.              Sub-directories ( other than the "single-dot" and "double-dot"
  342.              directories ) can be removed using the [O] option but only if
  343.              they are empty, ie, contain no files.
  344.  
  345.         [^E] ( Path ) key:
  346.  
  347.              When [^E] is pressed, the default path will be displayed on the
  348.              third line.  Pressing [Esc] then returns the display to normal.
  349.  
  350.              The path displayed is the currently active parameter which lets
  351.              DOS know where to find executeable files if they can not be
  352.              found in the default directory.  It is also used by some
  353.              application programs for similar reasons.  The term Path as
  354.              used here has a different meaning than we use in describing
  355.              directories which have a path of sub-directories leading from
  356.              the root to a desired file.  See your DOS manual for more
  357.              information.
  358.  
  359.         [^L] ( Locate ) key:
  360.  
  361.              The locate function has two modes.  The first is to find a file
  362.              or sub-directory by moving the highlighted bar to the requested
  363.              file.  The second mode tags all of the files having common or
  364.              similar file names or extensions.
  365.  
  366.              After pressing [^L] you are asked to press [S] to find a single
  367.              file (first mode) or press [T] to tag common or similar files
  368.              (second mode).
  369.  
  370.              If [S] is pressed, you will be asked to enter which file to
  371.              find.  Enter the file name and extension.  Do not use a drive
  372.              or path specifier.     Example:  MYFILE.DOC   .  The exact file
  373.              name and extension must be typed.
  374.  
  375.  
  376.  
  377.  
  378.                                          7
  379.  
  380.  
  381.  
  382.              If [T] is pressed, you should enter the file name-extension
  383.              pattern to tag using the * and ? wild cards.  Previously tagged
  384.              files will be untagged automatically if they do not fit the
  385.              wild card criteria.  Example: *.BAK tags all back up files.
  386.  
  387.         [^N] ( New Directory ) key:
  388.  
  389.              Changes the current directory.
  390.  
  391.              The current directory is always displayed at the top of the
  392.              screen.  Press [^N] to change it.  You will be asked to enter
  393.              the new directory.  Enter a drive letter, colon, backslash and
  394.              path.  Examples: are  A:\  or  C:\MEMOS\SALES   .  If a
  395.              directory is already shown on the third line, it may be used as
  396.              is by pressing [Return] or edited as described above.  [Esc] is
  397.              used to abort the operation.
  398.  
  399.              There is an alternative which will save typing if the new
  400.              directory appears with the letter S in the left column of the
  401.              currently displayed directory.  Prior to entering [^N], move
  402.              the highlighted bar over that sub-directory.  When asked to
  403.              type the sub-directory name, instead just press [Return].
  404.  
  405.                   Selecting either the single-dot or double-dot
  406.                   sub-directory with the highlighted bar and pressing
  407.                   [Return] causes CDIR to go to the parent ( moves back
  408.                   towards the root directory ).  Selecting any other
  409.                   sub-directory tells CDIR to go to a child ( moves away
  410.                   from the root directory ).
  411.  
  412.              Pressing [^N] automatically saves the comments in a file named
  413.              CMTD-DIR.-%- to be located in the current directory.  The size
  414.              of CMTD-DIR.-%- will depend upon the number of files in that
  415.              directory.
  416.  
  417.              After you have entered the new directory, the program will
  418.              change to it.  First, CDIR will load the file information data
  419.              ( 256 files maximum ) and then look for a CMTD-DIR.-%- file in
  420.              that directory.  If it is found, the comments will be matched
  421.              to the file names just loaded.
  422.  
  423.              It is perfectly acceptable for new files to have been written
  424.              into the new directory, or old ones to have been changed or
  425.              deleted since the last time CDIR accessed the directory.  These
  426.              actions do not affect CDIR's operation.
  427.  
  428.  
  429.  
  430.  
  431.  
  432.                                          8
  433.  
  434.  
  435.  
  436.         [^O] ( Overview ) key:
  437.  
  438.              Overview shows all of the directories on a particular drive.
  439.              The display shows the sub-directory parent-child relationships
  440.              with indenting.
  441.  
  442.              After pressing [^O] you will be asked to enter the drive letter
  443.              for which the overview is to be displayed.  Normally, the first
  444.              and second floppy disk drives are identified as A and B while
  445.              the first hard drive is C.  If you have other floppy drives,
  446.              have partitioned your hard drive into two or more logical
  447.              drives, or have used the DOS SUBST command (probably in the
  448.              AUTOEXEC.BAT file), then your system will specify letters
  449.              higher than C.
  450.  
  451.              The program takes a few seconds to search the drive and then it
  452.              displays the tree structure overview.  The movement keys behave
  453.              the same as when looking at a single directory.  These are
  454.              explained in an earlier paragraph.
  455.  
  456.              You can change the current sub-directory (as shown on the top
  457.              screen row) by moving the highlighted bar over the desired
  458.              sub-directory and pressing [^N].  To stay in the same
  459.              directory, just press [Esc] to terminate the overview display.
  460.  
  461.         [^P] ( Print ) key:
  462.  
  463.              Prints either the commented directory or the contents of tagged
  464.              or highlighted file(s).
  465.  
  466.              After pressing [^P] you will be asked to press [T], [O], [D],
  467.              [P] or [Esc].  If your answer is [D], then a listing of all the
  468.              files in the current directory, along with their comments, will
  469.              be printed.  If your answer is [O], only the highlighted file
  470.              will be printed, but if you press [T], then the contents of all
  471.              the tagged files will be printed.  [P] is used to eject one
  472.              more page from your printer.  This is convenient for pushing
  473.              out documents from printers having continuous paper.
  474.  
  475.              Printing can be aborted before selecting [T], [O], [D] or [P]
  476.              or while it is in process by pressing the [Esc] key.
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.                                          9
  487.  
  488.  
  489.  
  490.         [^Q] ( Quit ) key:
  491.  
  492.              Causes the CDIR program to quit and return to DOS.
  493.  
  494.              The comments of the current directory are saved before
  495.              terminating.  See the discussion about CMTD-DIR,-%- under the
  496.              [^N] key.  Also see the [^X] key description.
  497.  
  498.         [^R] ( Rename ) key:
  499.  
  500.              Allows files to be renamed and/or moved to another directory.
  501.  
  502.              After depressing [^R] you will be asked to press [T], [O] or
  503.              [Esc].  If you press [T], all of the tagged files will be
  504.              renamed, but if [O] is depressed, only the highlighted file
  505.              will be renamed.  [Esc] is used to abort the operation.  You
  506.              will then be asked for the new name.  The wild card characters
  507.              * and ? may be used to simplify typing; in fact they should be
  508.              used for renaming multiple tagged files.  If a directory is
  509.              already shown on the third line, it may be edited as described
  510.              above.  The file name and extension must be specified.
  511.  
  512.              Typing an optional drive and path will move the file(s) to that
  513.              directory if the drive letter is the same as the current drive.
  514.              Comments will be lost unless the procedure outlined below is
  515.              followed for renaming files to a different directory:
  516.  
  517.                   1.  Make sure there is a CMTD-DIR.-%- file in the other
  518.                   directory.  If one is not there already, (use [^W] to find
  519.                   out,) you can copy the CMTD-DIR.-%- file from the current
  520.                   directory, then change to the other directory with the
  521.                   [^N] key and then change back to the current directory
  522.                   again using the [^N] key.
  523.  
  524.                   2.  If the file names or extensions will be changed when
  525.                   they are moved, use the [^R] key and rename the files to
  526.                   be in the current directory by changing only the file name
  527.                   or extension, but not the directory; do not rename (move)
  528.                   them to the other directory yet.
  529.  
  530.                   3.  Copy the comments to the other directory with the [^Y]
  531.                   key.
  532.  
  533.                   4.  Use the [^R] to rename (move) the files to the other
  534.                   directory.
  535.  
  536.  
  537.  
  538.  
  539.  
  540.                                          10
  541.  
  542.  
  543.  
  544.         [^S] ( Sub-directory ) key:
  545.  
  546.              Creates a new sub-directory.
  547.  
  548.              When this option is selected, you will be asked to enter a
  549.              sub-directory name.  If a name is entered without a Drive:\
  550.              Path prefix, the sub-directory will be placed in the current
  551.              directory as shown at the top of the screen.
  552.  
  553.         [^T] ( Tag Toggle ) key:
  554.  
  555.              Toggles the tag mark on and off.
  556.  
  557.              The highlighted file may be tagged in preparation for the other
  558.              control key functions.  A heart-shaped figure appears in the
  559.              left column on the screen for each tagged file.  Press [^T] to
  560.              turn the heart on or off.
  561.  
  562.         [^U] ( Untag ) key:
  563.  
  564.              Untags all files.
  565.  
  566.              When [^U] is pressed, every tagged file is untagged, and its
  567.              heart symbol turned off.
  568.  
  569.         [^V] ( View ) key:
  570.  
  571.              Allows the highlighted file to be viewed.
  572.  
  573.              Pressing [^V] causes the contents of the highlighted file to be
  574.              displayed a page at-a-time on the screen.  Carriage-return
  575.              characters ( ASCII 13 ) are ignored, and Line-feed characters
  576.              ( ASCII 10 ) cause a jump to the next line on the screen but
  577.              are also not displayed.  Other print control characters such as
  578.              Page-eject or tab cause no action; their symbol is displayed on
  579.              the screen.
  580.  
  581.              Pressing [Cur Dn] moves the screen down one line and [Page Dn]
  582.              displays the next 24 lines.  [Cur Up] moves the screen back one
  583.              line and [Page Up] displays the previous 24 lines.  [Esc]
  584.              removes the display and returns you to normal operation.
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.                                          11
  595.  
  596.  
  597.         [^W] ( 2nd Directory ) key:
  598.  
  599.              Lets the contents of another directory be displayed without
  600.              leaving the current directory.  This useful feature allows you
  601.              to preview the second directory for determining whether a file
  602.              already exists or if it has the same date and time as a file in
  603.              the current directory.
  604.  
  605.              After pressing [^W], you will be asked to enter the second
  606.              directory.  Enter a drive letter, colon, backslash and path.
  607.              Examples: are  B:\  or  C:\DOCS\STATUS   .  If a directory is
  608.              already shown on the third line, it may be used as is by
  609.              pressing [Return] or edited as described above.  [Esc] is used
  610.              to abort the operation.
  611.  
  612.              The [Page Up] and [Page Dn] keys cause the display to scroll 8
  613.              files at a time.  The [Esc] key removes the second directory
  614.              display.
  615.  
  616.         [^X] ( Exit ) key:
  617.  
  618.              Causes the CDIR program to quit and immediately return to DOS
  619.              without saving the comments ( CMTD-DIR.-%- file is not saved ).
  620.  
  621.              See [^Q] description.
  622.  
  623.         [^Y] ( Copy Comments ) key:
  624.  
  625.              Copies tagged or highlighted comments(s) to another directory.
  626.              This is useful, for example, to transfer the comments about
  627.              files which have just been copied to a floppy disk.
  628.  
  629.              A prerequisite is having a CMTD-DIR.-%- file already in the
  630.              other directory to where the comments will be copied.
  631.  
  632.              After pressing [^Y] you are asked to press [T], [O] or [Esc].
  633.              If you press [T], all of the tagged comments will be copied,
  634.              but if [O] is depressed, only the highlighted comment will be
  635.              copied.  [Esc] is used to abort the operation.
  636.  
  637.              Next, you will be asked to where the comment(s) should be
  638.              copied.  Enter a drive letter, colon, backslash and path.
  639.              Examples: are  A:\  or  C:\BUYERS   .  If a directory is
  640.              already shown on the third line, it may be used as is by
  641.              pressing [Return] or edited as described above.  [Esc] is used
  642.              to abort the operation.
  643.  
  644.  
  645.  
  646.  
  647.  
  648.                                          12
  649.  
  650.  
  651.  
  652.         ********************************************************************
  653.         *                    How To Use CDIR_CLR                           *
  654.         ********************************************************************
  655.  
  656.              Users can easily change the screen colors displayed by CDIR
  657.         from the standard colors to their preference with the CDIR_CLR
  658.         program.
  659.  
  660.              To use CDIR_CLR make sure that both the CDIR.EXE and the
  661.         CDIR_CLR.EXE files are in the default directory.  At the DOS prompt
  662.         type CDIR_CLR [Return] and then follow the directions in the top box
  663.         on the screen.  The bottom box contains information explaining how
  664.         the color pairs are used within the CDIR program.
  665.  
  666.              Each color has two attributes, the foreground color (such as
  667.         the letters you are currently reading) and a background color, which
  668.         is as the name suggests, the area behind the characters.  These two
  669.         attributes are called color pairs.  A color sample is displayed for
  670.         each color pair.
  671.  
  672.              The foreground attribute can have one of sixteen different
  673.         values identified 0 thru 9 and A thru F.  The background can have
  674.         one of eight values numbered 0 thru 7.  Depressing the [F5] or [F6]
  675.         keys changes the foreground or background attribute of the boxed
  676.         color pair.  The attribute numbers are displayed in the center of
  677.         the screen.  Pressing the left and right cursor movement keys, moves
  678.         the box to another color pair.
  679.  
  680.              Finally, the [F1] and [F2] keys are used to save the new colors
  681.         or leave them unchanged.
  682.  
  683.              The pre-chosen standard colors are listed in the table below.
  684.  
  685.                   Pair   Color System   Mono System
  686.                    No.    Fgnd  Bgnd    Fgnd  Bgnd
  687.                   ----   ----- ------   ---- ------
  688.                    1       3      0       7     0
  689.                    2       4      7       F     0
  690.                    3       F      5       F     0
  691.                    4       D      0       F     0
  692.                    5       3      6       7     0
  693.                    6       7      1       7     0
  694.                    7       0      3       0     7
  695.                    8       E      0       F     0
  696.                    9       7      4       7     0
  697.  
  698.  
  699.  
  700.  
  701.  
  702.                                          13
  703.  
  704.          ----------------end-of-author's-documentation---------------
  705.  
  706.                         Software Library Information:
  707.  
  708.                    This disk copy provided as a service of
  709.  
  710.                         The Public (Software) Library
  711.  
  712.          We are not the authors of this program, nor are we associated
  713.          with the author in any way other than as a distributor of the
  714.          program in accordance with the author's terms of distribution.
  715.  
  716.          Please direct shareware payments and specific questions about
  717.          this program to the author of the program, whose name appears
  718.          elsewhere in  this documentation. If you have trouble getting
  719.          in touch with the author,  we will do whatever we can to help
  720.          you with your questions. All programs have been tested and do
  721.          run.  To report problems,  please use the form that is in the
  722.          file PROBLEM.DOC on many of our disks or in other written for-
  723.          mat with screen printouts, if possible.  The P(s)L cannot de-
  724.          bug programs over the telephone.
  725.  
  726.          Disks in the P(s)L are updated monthly, so if you did not get
  727.          this disk  directly from the P(s)L,  you should be aware that
  728.          the files in this set may no  longer be the current versions.
  729.  
  730.          For a copy of the latest monthly software library newsletter
  731.          and a list of the 1,800+ disks in the library, call or write
  732.  
  733.                         The Public (Software) Library
  734.                               P.O.Box 35705 - F
  735.                            Houston, TX 77235-5705
  736.                                (713) 665-7017
  737.  
  738.